Welcome![Sign In][Sign Up]
Location:
Search - opencv track

Search list

[OpenCVOpencvUIDlg2.1

Description: 利用OPENCV来打开USB摄像头,用到了cvCaptureFromCAM(-1)函数,选择默认的第一个摄像头作为输入,同时,对OPENCV中的视频跟踪进行了实验。-OPENCV to use the USB camera, use the cvCaptureFromCAM (-1) function, select the default first camera as an input, the same time, the video track OPENCV experiments were carried out.
Platform: | Size: 1168384 | Author: 汪明 | Hits:

[Special Effectshoughtraslation

Description: 这是一个基于opencv利用霍夫变换检测圆的程序,计算出圆的半径后,在原图上可以画出圆的轨迹-This is based on the use of Hough transform detection opencv program to calculate the radius of the circle, the circle can be drawn on in the artwork track
Platform: | Size: 65536 | Author: 王乐 | Hits:

[Graph Recognizemotempl

Description: 基于OPENCV的图形识别与跟踪,运动检测程序,用于提取运动物体轮廓,并跟踪其运动路线-OPENCV motion detection procedures and track their movement routes
Platform: | Size: 2048 | Author: gl | Hits:

[OpenCVopencvCar

Description: opencv C++车牌检测。可控制摄像头捕获图像,跟踪,检测-opencv&C++.carnumber detection.you can control the usb camera to track and detect.
Platform: | Size: 2520064 | Author: 琨琨 | Hits:

[OpenCVcam

Description: opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automatic algorithm, it requires users to track the interface set to track the target. How pre-set goals to come back tracking? I stole a lazy, add a picture to set the tracking target, at startup to load the image to generate the histogram of the tracking needs. This automated tracking.
Platform: | Size: 151552 | Author: cf | Hits:

[Special Effects111111

Description: 使用opencv,利用图像差分算法,实现通过摄像头进行视频采集,显示当前时间,并利用蓝色的跟踪框跟踪移动物体-Opencv image difference algorithm, the camera, video capture, display the current time, and use the blue track frame track moving objects
Platform: | Size: 34816 | Author: 李瑞斌 | Hits:

[OpenCVtest_camshift

Description: 基于opencv运用人脸定位及跟踪!自己完成的源代码-the face orientation and track
Platform: | Size: 7999488 | Author: 林贵州 | Hits:

[OpenCVIBaseonOpenCVn

Description: 在介绍Intel公司的开源OpenCV计算机视觉库的基础上,采用CAMSHIFT跟踪算法,实现运动目标跟踪,解决决了跟踪目标发生存在旋转或部分遮挡等复杂情况下的跟踪难题。实验结果表明该算法的有效性、优越性和可行性。 已通过测试。 -Based on the introduction of Intel' s open source OpenCV computer vision library, the CAMSHIFT tracking algorithm to achieve the moving target tracking, resolve must track the target to the tracking problems in complex situations such as rotation or partial occlusion. Experimental results show the effectiveness of the algorithm, the advantages and feasibility. Has been tested.
Platform: | Size: 284672 | Author: 高尚 | Hits:

[OpenCVSKINDETECT

Description: 利用opencv做的关于目标跟踪的程序,利用粒子滤波算法进行跟踪-The opencv program on target tracking using particle filter algorithm to track
Platform: | Size: 3973120 | Author: 齐齐 | Hits:

[Special Effectscar-detect-and-tracking-

Description: 车辆检测与跟踪,效果较好,安装好opencv就可以运行。对于做车辆跟踪的有一定的参考。-car track
Platform: | Size: 12263424 | Author: zxmoran | Hits:

[Windows DevelopTImageIdeena

Description: OPENCV 目标识别 实现对三个运动目标的识别别跟踪-OPENCV ,经测试可直接使用。 -OPENCV target recognition is the identification of three moving targets do not track-OPENCV has been tested and can be used directly.
Platform: | Size: 2682880 | Author: | Hits:

[Windows DevelopBBlink_Detecta

Description: 基于OpenCV编写,使用摄像头,眨眼眼时通过帧间差来寻找到眼睛位置,并跟踪。 -Prepared based on OpenCV camera, blink eye by interframe Laixun find eye position, and track.
Platform: | Size: 1033216 | Author: 奖励 | Hits:

[Windows DevelopOkalmanp

Description: 基于opencv的kalman滤波例子,利用kalmman滤波原理跟踪一个运动的点。, -Opencv kalman filter example to use kalmman filtering principle to track the point of a movement. ,
Platform: | Size: 3072 | Author: xiying | Hits:

[Windows DevelopOParFilteerp

Description: 用opencv实现的粒子滤波跟踪程序序。需要手动选取跟踪物体-opencv -Particle filter tracking with opencv program sequence. Need to manually select the track object-opencv
Platform: | Size: 3072 | Author: didazff | Hits:

[OpenCVopencv_kalman

Description: 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依据是可以用测量手段来测量那个变量的值,当然该测量也是有误差的,也只能作为依据,不过这2个依据的权重比例不同。最后kalman滤波就是利用这两个依据进行一些列迭代进行目标跟踪的。-This experiment from the examples the opencv own sample, the example is to complete a one-dimensional tracking using kalman, ie, tracking a changing point of view. Performance in the interface as a point in the circle on steady running, then track the points. Looks like the tracking point is a two-dimensional, in fact, convert the angle is one-dimensional. The main application of the Kalman filter theory in the real world, not the ideal environment. Is the value of a variable to keep track of the basis for tracking the first according to the equation of motion of the system to the value forecast, for example, we know the velocity of an object, then the following moment of its location in accordance with the truth can be predicted , but the forecast is certainly a margin of error, only as a basis for tracking. Another is based on measurements to measure the value of that variable, Of course, this measurement error can only be used as the basis of these two basis weights the different pr
Platform: | Size: 339968 | Author: wuwei | Hits:

[OpenCVtestMatchTemplateCAM

Description: 通过调用OpenCV库,采用逐差法进行视频跟踪。在源码中输入要跟踪的图样,运行文件,程序可以识别跟踪摄像头摄取场景内与图样相关性最高的目标-By calling the OpenCV library, using a case-by-difference method for video tracking. Input source you want to track the pattern, run the file, the program can identify tracking camera scene and drawings highest goal intake
Platform: | Size: 1024 | Author: 高传清 | Hits:

[matlabnewElyor

Description: particle filter algorithm to track object. written in C++ and OpenCV
Platform: | Size: 5120 | Author: dana | Hits:

[matlabsimple_visualc25july

Description: particle filter algorithm to track multiple object use C++ and OpenCV
Platform: | Size: 3072 | Author: dana | Hits:

[Graph programcamshift

Description: 使用MFC和OpenCV结合,使用camshift算法,实现基于摄像头的实时视频的运动物体的检测-Combined use of MFC and OpenCV, use camshift algorithm to track moving object
Platform: | Size: 9216 | Author: 于敬 | Hits:

[Othermubiaogenzong

Description: opencv中的一个小程序,该程序的作用是对视频或摄像头得到的视频用meanshift的方法对目标进行跟踪,需要手动选择目标。-opencv in a small program, the program' s role in the video or video camera meanshift method to track the target, the need to manually select the target.
Platform: | Size: 1796096 | Author: liyafei | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net